View.pushSnippet

Inserts a new snippet at @location

If another snippet was already active, it will be paused and the new snippet will become active. Once the focus positions of @snippet have been exhausted, editing will return to the previous snippet.

class View
void
pushSnippet

Parameters

snippet Snippet

a #GtkSourceSnippet

location TextIter

a #GtkTextIter or %NULL for the cursor position

Meta